Skip to content

fix: auto bullet continuation and removed stray '>' before list items - #241

Closed
bhavanisaw wants to merge 5 commits into
braydenidzenga:mainfrom
bhavanisaw:fix-auto-list
Closed

fix: auto bullet continuation and removed stray '>' before list items#241
bhavanisaw wants to merge 5 commits into
braydenidzenga:mainfrom
bhavanisaw:fix-auto-list

Conversation

@bhavanisaw

@bhavanisaw bhavanisaw commented Oct 30, 2025

Copy link
Copy Markdown
Contributor

📋 Description

  1. Removed unwanted > symbols appearing before list items in rendered markdown.

2.Implemented auto-continuation for lists — pressing Enter after a list item now automatically starts the next item (Fixes #186).

3.Improved text padding and spacing inside the editable note box to prevent text overlap and improve readability.


🔗 Related Issue

Fixes # 186


🧩 Type of Change

  • 🐛 Bug fix
  • 🚀 New feature
  • 🧹 Code refactor
  • 📝 Documentation update
  • ✅ Test addition or update
  • ⚙️ Other (please describe):

🧪 How Has This Been Tested?

Verified auto list continuation for ordered (1.), unordered (-), and task lists (- [ ]).

Checked markdown rendering to confirm no stray “>” symbols appear.

Tested note box in both edit and view modes for padding, overflow, and readability.


🧠 Additional Context

This PR enhances the user editing experience and maintains consistent markdown formatting across notes.

@MannuVilasara

Copy link
Copy Markdown
Collaborator

@ikeshav26 drop the review

@MannuVilasara

MannuVilasara commented Oct 31, 2025

Copy link
Copy Markdown
Collaborator
image

some of these things doesn't work as expected

@MannuVilasara

Copy link
Copy Markdown
Collaborator
recording_2025-10-31_19.00.29.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] Lists don’t auto-continue after pressing Enter

2 participants